home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / msgparm.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  208b  |  12 lines

  1. /* k 0021    12/07/90    */
  2. /* k 0105    19/01/91    */
  3. struct msgparm  {
  4.   char *buffer;
  5.   char parmno;
  6.   struct {
  7.     char type;
  8.     char len;
  9.     char *ptr;
  10.                                 /* @0021 */
  11.      } name ;
  12.         };        /* @0105 */